projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278ce93
)
Preload international/utf-16. Don't call ucs-unify-8859.
author
Kenichi Handa
<handa@m17n.org>
Mon, 30 Sep 2002 06:37:42 +0000
(06:37 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 30 Sep 2002 06:37:42 +0000
(06:37 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 807764259c3189efd1ed7d61a3db3608c4a82da8..0d4bab0e26cbc59428ed8004bf460bbc30b63028 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-83,6
+83,7
@@
(load "international/mule-cmds")
(load "case-table")
(load "international/utf-8")
+(load "international/utf-16")
(load "international/characters")
(let ((set-case-syntax-set-multibyte t))
@@
-117,7
+118,6
@@
(load "language/georgian")
(load "international/ucs-tables")
-(ucs-unify-8859 'encode-only)
(update-coding-systems-internal)